home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / dbase / vpi1_330.zip / SAMPLES.DOC < prev    next >
Text File  |  1992-01-06  |  3KB  |  61 lines

  1. We at Sub Rosa Publishing are pleased to enclose a set of demonstration
  2. programs. These programs have been prepared with two objectives in mind:
  3.  
  4.     1. Illustrate important VP-Info commands and functions.
  5.     2. Provide starting points for your applications. Our examples
  6.        range from simple to elaborate.
  7.  
  8.     A convenient way to examine these programs is to run the tutorial
  9.     program SAMPLES, which will "walk" you through them. To run DEMOS
  10.     enter VP-Info and then enter DO SAMPLES.
  11.  
  12.    MENU1.PRG: demonstrates the use of the MENU() function to choose between
  13.               courses of action. One natural way to build applications is
  14.               to lay out the menus and implement the options one at a time.
  15.               MENU illustrates how to branch based not only on the selection
  16.               made, but also on the key used to make the selection.
  17.  
  18.    MENU2.PRG: a more elaborate menu program with a more polished look,
  19.               MENU2 also responds to the keystrokes used to choose from
  20.               the menu.
  21.  
  22. MENUSAVE.PRG: another menu program introducing two new features added to
  23.               Info in 1992. Choices can be made by letter as well as number.
  24.               Also, MENUSAVE features a time-out option which triggers a
  25.               default choice after waiting a prescribed number of seconds
  26.               for a user to make a choice.
  27.  
  28.   EDBROW.PRG: demonstrates the use of the EDIT and BROWSE commands.
  29.               These commands are the basic methods to view data. Edit
  30.               views a single record on the screen. BROWSE views several
  31.               records, one line on the screen per record.
  32.  
  33.  ONFIELD.PRG: demonstrates the use of the ON FIELD structure to validate
  34.               input and control the order of field entry.
  35.  
  36.  MEMBERS.PRG: a good starting point for your list maintenance programs-
  37.               shows how to add new names and update current names on a list.
  38.  
  39. SRILOGON.PRG: a sample start-up screen creates large letters out of
  40.               rectangular blocks.
  41.  
  42.    DATES.PRG: illustrates the variety of date and time formats available.
  43.  
  44. RELATION.PRG: sets up a simple relation between two data files.
  45.  
  46.  APPFROM.PRG: illustrates the APPEND FROM command.
  47.  
  48. ONELABEL.PRG: a short program to print labels of any length (one across).
  49.               This program can be used as is for simple label tasks.
  50.  
  51.   VECTOR.PRG: illustrates the technique of accessing data field by number
  52.               rather than by name.
  53.  
  54. FILTERCR.PRG: a sample program that reads ASCII files and writes out a
  55.               modified form.
  56.  
  57.      BIT.PRG: illustrates bit arithmetic in VP-Info. Computer Science teachers
  58.               will like this one.
  59.  
  60.  LAB_GEN.PRG: a more complex label program with lots of features.
  61.